Delete Sheet
AutomatR.GoogleSheets.Activities.DeleteSheet
The "Delete Sheet" activity in AutomatR for Google Sheets allows the deletion of a specified sheet from a Google spreadsheet. This activity facilitates the removal of unwanted sheets, providing efficient management of spreadsheet content in automation workflows.
Properties
Name | Description |
---|---|
Miscellaneous | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Delete Sheet" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Example: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
How to Use
- Drag and drop the "Delete Sheet" activity onto the workflow.
- Configure the properties by specifying the delay and customize the display name.
- Execute the workflow to delete the specified sheet from the Google spreadsheet.
Example
Consider an example where the "Delete Sheet" activity is used to delete a sheet named "UnusedSheet" from a Google spreadsheet:
Delete Sheet:
Display Name: "Remove Unused Sheet"
Delay: 2
In this example, the activity deletes the sheet named "UnusedSheet" after a delay of 2 seconds, allowing for proper synchronization.